home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / ALL95.LZH / transcript_1128 / text0014.txt < prev    next >
Encoding:
Text File  |  1995-12-18  |  693 b   |  18 lines

  1. > - Sprite clipping
  2. >   Doug mentioned that he's changed the drawing order to make this easier
  3. >   to do. If he ment what I think (I haven't examined the code yet), the
  4. >   clipping might actually be unnecessary. (One can always hope ;-)
  5.  
  6. I think he is thinking of changing the order to draw the parts that are
  7. farest away and towords you, now it's the other way I think. 
  8.  
  9. This would enable you to draw the sprites on the right place and when draw 
  10. objects that partly hides it right over the sprite. This way you shouldn't 
  11. need much of clipping on them, you would only need to find out if they
  12. should be drawn or not.
  13.  
  14. This is if I have understod things correctly. :-)
  15.  
  16. // Magnus Kollberg
  17.  
  18.